home *** CD-ROM | disk | FTP | other *** search
- object FormHTMLBackgroundSound: TFormHTMLBackgroundSound
- Left = 56
- Top = 151
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Background Sound'
- ClientHeight = 186
- ClientWidth = 489
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EditHTMLTag: TEdit
- Left = 4
- Top = 0
- Width = 83
- Height = 21
- Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
- TabStop = False
- AutoSize = False
- ParentColor = True
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 1
- Text = 'EditHTMLTag'
- OnChange = EditHTMLTagChange
- end
- object GroupBoxSRC: TGroupBox
- Left = 8
- Top = 28
- Width = 295
- Height = 97
- Caption = 'SRC'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 2
- object EditSRC: TEdit
- Left = 6
- Top = 16
- Width = 283
- Height = 21
- MaxLength = 250
- TabOrder = 0
- OnChange = EditSRCChange
- OnExit = EditSRCExit
- OnKeyPress = EditSRCKeyPress
- end
- object PanelSRC: TPanel
- Left = 2
- Top = 73
- Width = 291
- Height = 22
- Hint = 'SRC attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelSRC'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelSRCClick
- end
- object ButtonBrowse: TButton
- Left = 6
- Top = 43
- Width = 65
- Height = 25
- Caption = 'Browse'
- TabOrder = 2
- OnClick = ButtonBrowseClick
- end
- end
- object GroupBoxLOOP: TGroupBox
- Left = 312
- Top = 28
- Width = 169
- Height = 65
- Caption = 'LOOP'
- TabOrder = 3
- object CheckBoxInfinite: TCheckBox
- Left = 8
- Top = 16
- Width = 77
- Height = 21
- Caption = 'INFINITE'
- TabOrder = 0
- OnClick = CheckBoxInfiniteClick
- end
- object PanelLOOP: TPanel
- Left = 2
- Top = 43
- Width = 103
- Height = 20
- Hint = 'LOOP attribute'
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelLOOP'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = PanelLOOPClick
- end
- object SpinEditLOOP: TSpinEdit
- Left = 108
- Top = 40
- Width = 56
- Height = 22
- AutoSelect = False
- AutoSize = False
- MaxLength = 4
- MaxValue = 100
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = SpinEditLOOPChange
- end
- end
- object PanelBottom: TPanel
- Left = 0
- Top = 133
- Width = 489
- Height = 53
- Align = alBottom
- BevelOuter = bvNone
- Font.Color = clBtnFace
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 489
- Height = 6
- Align = alTop
- Shape = bsTopLine
- end
- object ButtonInsert: TButton
- Left = 4
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Use the HTML tag'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ButtonInsertClick
- end
- object ButtonCancel: TButton
- Left = 88
- Top = 8
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = ButtonCancelClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 8
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonHelpClick
- end
- object ButtonClearAll: TButton
- Left = 172
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Clear and reset all attributes to defaults'
- Caption = 'Clear &All'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonClearAllClick
- end
- object PanelSaveReuseLevel: TPanel
- Left = 4
- Top = 40
- Width = 329
- Height = 9
- BevelOuter = bvLowered
- Caption = ' '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnDblClick = PanelSaveReuseLevelDblClick
- OnMouseMove = PanelSaveReuseLevelMouseMove
- end
- end
- end
-